Loading
Scriptbox
 VBScript Links 
 About VBscript 
 JavaScript Links 
 About JavaScript 
 Powershell Links 
 PSCRIPT the Script Launcher 
 PowerShell Shortcut Keys 
 About Powershell 
     VBScript
    JavaScript
    Powershell
Disclaimer
Contact
Latest 10 Scripts
Script search
  :: { Category } :: 0-9ABCDEFGHIJKLMNOPQRSTUVWXYZ
         

Search Options:  List  the  Value  of  a  Checkbox  

 Content of List the Value of a Checkbox.vbs
MD5 Hash: 8B01C44C81980BD243842C1EB20268E6
' Description: Sample HTML function that indicates whether a checkbox named BasicCheckbox has been checked or not.


Sub RunScript
If BasicCheckbox.Checked Then
Msgbox "The checkbox has been checked."
Else
Msgbox "The checkbox has not been checked."
End If
End Sub

   © 2008 - 2013 Boris Toll      :: Scripts available: 6.481 ::      :: scriptbox.toll.at ::      :: powered by www.toll.at ::
  Google Entries:n/a
  Yahoo Backlinks:n/a
  Live Backlinks:n/a
  del.icio.us Bookmarks:n/a
  Technorati Links:n/a